2017 © Pedro Peláez
 

project chassis-php

The ChassisPHP Framework - A Framework for CMS Site Development

image

rogercreasy/chassis-php

The ChassisPHP Framework - A Framework for CMS Site Development

  • Sunday, April 29, 2018
  • by RogerCreasy
  • Repository
  • 1 Watchers
  • 9 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 27 Open issues
  • 41 Versions
  • 0 % Grown

The README.md

ChassisPHP

MIT licensed Pronounced Cha-see
Yes, another PHP framework. The goal with ChassisPHP is to be a framework that simplifies the process of creating a brochure-type website. We are just getting started. This package is in beta. Use in production with caution, (*1)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. It's recommended that you use Composer to install ChassisPHP., (*2)

Prerequisites

  • PHP >= 7.1
  • Composer
  • pdo_sqlite extension

Installing

  • create a directory for your project
  • from the directory above the project directory, run
  composer create-project -s dev rogercreasy/chassis-php [project directory name]

Configuration

The following steps will help you configure your install of ChassisPHP for the first time. 1. Copy the .env.example file to .env and ensure that it is readable by the web server process. The .env file is pre-populated with a standard configuration for the PDO SQLite extension (pdo_sqlite.) 2. Ensure that your sqlite database is upgraded by running the Doctrine ORM schema update. This can be handled in the following ways:, (*3)

Unix: php vendor/bin/doctrine orm:schema-tool:update, (*4)

Windows: php vendor\doctrine\orm\bin\doctrine orm:schema-tool:update or vendor\bin\doctrine.bat orm:schema-tool:update, (*5)

  1. Attempt to login to the /backend/login page with the following credentials:

Username: admin@chassis.123, (*6)

Password: admin, (*7)

  1. After logging in, navigate to /backend/users and select "Add User."
  2. Specify your name, email, password, and ensure that you set the user level to 1. It is very important that you create your own unique administrator, so that others cannot circumvent the login protection and login using the default information.
  3. Delete the default administrator by navigating back to /backend/users and selecting "Delete."

Testing

To run a test, use:, (*8)

$ phpunit

if your environment isn't set up yet, find phpunit at .\vendor\bin\phpunit, (*9)

Style, etc.

We follow PSR-2 for coding style, PSR-4 autoloading, PSR-7 for messaging, and PSR-11 for containers. We also believe in the use of the Oxford comma (see the above line). :-), (*10)

ChassisPHP is not bound to any particular component. Whenever possible component use is written such that it can be replaced with a component of the developer's choosing. i.e. the PHP League Container is default. However, if the developer prefers Pimple, she or he can use it., (*11)

Contributing

If you are new to the ChassisPHP project, check out our newbie guide - Contribution guidelines for this project, (*12)

We REALLY do want your help. ChassisPHP has grown into a project with real potential! We try to be a helpful, welcoming, and nurturing community. Please look at the code, try it out, and let us know what you want changed. Make a pull request for the change, if you want. 1. Comment on the issue on which you wish to work (If the issue doesn't exist, create it) 2. Fork it! 3. Clone the repo: git clone [insert link] 4. Create your feature branch: git checkout -b my-new-feature 5. Commit your changes: git commit -am 'Add some feature' 6. Push to the branch: git push origin my-new-feature 7. Submit a pull request :D 8. Make any requested changes 9. Profit, (*13)

Author

ChassisPHP has a quickly growing community of contributors. If you want your name added to that list of contributors, see the "Contributing" section above.
Roger Creasy is the maintainer of the ChassisPHP project, and is its founder., (*14)

License

The MIT License (MIT), (*15)

The Versions

18/02 2018
30/10 2017
13/10 2017
30/09 2017

dev-featureSessions

dev-featureSessions

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

29/09 2017

dev-bugDotEnvExample

dev-bugDotEnvExample

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

27/09 2017

dev-featureDotEnvToContainer

dev-featureDotEnvToContainer

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

31/08 2017

dev-featureFastroute

dev-featureFastroute

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

15/08 2017

dev-featureAddBackendRoutesPage

dev-featureAddBackendRoutesPage

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

15/08 2017

dev-featureRoutesOwnFile

dev-featureRoutesOwnFile

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

08/08 2017

dev-bugPSR2fixes

dev-bugPSR2fixes

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

06/08 2017

dev-featurePHPUnit

dev-featurePHPUnit

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roger Creasy

framework cms chassis chassisphp

04/08 2017

dev-featureLeagueContainer

dev-featureLeagueContainer

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

by Roger Creasy

framework cms chassis chassisphp

25/07 2017

dev-featureRunner

dev-featureRunner

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

framework cms chassis chassisphp

19/07 2017

dev-featureReadme

dev-featureReadme

The ChassisPHP Framework - A Framework for CMS Site Development

  Sources   Download

MIT

The Requires

 

framework cms chassis chassisphp

18/07 2017