Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rawphp-framework/rawphp
A powerful, robust and API-first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone.
https://github.com/rawphp-framework/rawphp
cakephp laravel laravel-application laravel5-package laravel54 micro-framework microservice oophp oopphp php-framework php-server php7 rawphp rawphp-framework slim
Last synced: 29 days ago
JSON representation
A powerful, robust and API-first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone.
- Host: GitHub
- URL: https://github.com/rawphp-framework/rawphp
- Owner: rawphp-framework
- License: mit
- Created: 2017-07-14T12:02:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:30:28.000Z (about 2 years ago)
- Last Synced: 2024-09-28T19:03:55.067Z (about 1 month ago)
- Topics: cakephp, laravel, laravel-application, laravel5-package, laravel54, micro-framework, microservice, oophp, oopphp, php-framework, php-server, php7, rawphp, rawphp-framework, slim
- Language: JavaScript
- Homepage: https://www.udemy.com/web-development-with-php-build-a-nice-job-recruitment-site/
- Size: 1.72 MB
- Stars: 35
- Watchers: 7
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-microservice - rawphp - first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone. (php7)
README
# RawPHP Framework
RawPHP is powerful and robust PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone. RawPHP was built for teams with ever changing team members.
RawPHP comes with complete user authentication system built-in and ready to use out of the box.
## Tutorial
Take the full tutorial here on [Udemy](https://www.udemy.com/web-development-with-php-build-a-nice-job-recruitment-site/)## Installation
There are two ways to install RawPHP:* The first way, (recommended) is to use [Composer](https://getcomposer.org/) to install RawPHP.
Navigate to the folder in your computer where you wish to install RawPHP, then run the below code in your command line
```
$ composer create-project --prefer-dist partner/rawphp
```* The second way (only use this if the first method doesn't work for you) is to clone `https://github.com/rawphp-framework/rawphp.git` into your local machine, then CD into it and run `composer install` in your command line. If you don't have composer already installed in your system, do download and installed [Composer](https://getcomposer.org/) .
Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.
## Usage
There are two ways to run RawPHP
### Running your app
After RawPHP has installed, you can run it by using the built-in PHP server. Navigate to the root folder and run the below command:
```
$ php -S localhost:8000 -t public```
Going to http://localhost:8000/ will now display your default Homepage.### Wamp, LAMP or XAMP server
Otherwise, you can just put it in your wamp/www or xxamp htdocs folder and access it by visiting the url on your browser `localhost/your-rawphp-folder/public`For more information on how to configure your web server, see the [Documentation](https://www.slimframework.com/docs/start/web-servers.html).
## Facebook Group
[RawPHP Framework on Facebook](https://web.facebook.com/groups/333709167080292/?source=create_flow)## Mailing List
Join [this mailing list](http://eepurl.com/cXRGdD)## Tests
To execute the test suite, you'll need phpunit.
```bash
$ phpunit
```Now you have a copy of RawPHP and it's working fine, you'll need to setup your RawPHP database to complete this installation. The full [installation instructions are here](https://github.com/rawphp-framework/rawphp-docs/blob/master/docs/start/installation.md) . Enjoy.
## Documentation
Below is the link to the documentation and tutorials- [Documentation](https://github.com/rawphp-framework/rawphp-docs)
- [Sample blog application tutorial](https://github.com/rawphp-framework/RawPHP-docs/blob/master/docs/tutorial/first-app.md)
- Build a Job recruitment platform using this [Youtube Video Tutorials](https://www.youtube.com/watch?v=hzRXYrdR4m0&list=PLnBvgoOXZNCM_cxMH8rhLVch_YQbUL5el)
- [Website](https://github.com/rawphp-framework/rawphp-website)## Contributing
If you make any tutorial on RawPHP, please [report it as an issue](https://github.com/rawphp-framework/rawphp/issues) so we can add it to one of the resources.Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover security related issues, please use the issue tracker (for now).
## License
The RawPHP Framework is licensed under the MIT license. See [License File](LICENSE.md) for more information.