| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Beginning with version 0.5.0 There is a separation between the framework and developerland. We have developed a skeleton app which uses the new version. This skeleton is available in the repo ChassisPHP/ChassisPHP-skeleton.
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.
Be sure to visit our new site ChassisPHP.com It is very new and needs additional info. We would love your help wita the docs! See the repo at ChassisPHP-site repo.
We are just getting started. This package is in beta. Use in production with caution
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.
composer create-project -s dev rogercreasy/chassis-php [project directory name]The following steps will help you configure your install of ChassisPHP for the first time.
Unix: php vendor/bin/doctrine orm:schema-tool:update
Windows: php vendor\doctrine\orm\bin\doctrine orm:schema-tool:update or vendor\bin\doctrine.bat orm:schema-tool:update
Username: admin@chassis.123
Password: admin
To run a test, use:
$ phpunitif your environment isn't set up yet, find phpunit at .\vendor\bin\phpunit
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). :-)
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.
If you are new to the ChassisPHP project, check out our newbie guide - Contribution guidelines for this project. Also be sure to read through our Code of Conduct
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.
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.
| Back | FazBrowse Home | New Git URL |