All Projects → rawphp-framework → rawphp

rawphp-framework / rawphp

Licence: MIT license
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.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to rawphp

Symlex
A lean framework stack for agile Web development based on Symfony and Vuetify
Stars: ✭ 278 (+796.77%)
Mutual labels:  micro-framework, php-framework
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (+638.71%)
Mutual labels:  php-framework, laravel-application
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (-9.68%)
Mutual labels:  cakephp, slim
hleb
PHP Micro-Framework HLEB
Stars: ✭ 58 (+87.1%)
Mutual labels:  micro-framework, php-framework
Mcp Panthor
A thin PHP microframework built on Slim and Symfony
Stars: ✭ 11 (-64.52%)
Mutual labels:  micro-framework, slim
Slim
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Stars: ✭ 11,171 (+35935.48%)
Mutual labels:  micro-framework, slim
mixerapi
A CakePHP Plugin for RESTful API Development [READ-ONLY]
Stars: ✭ 26 (-16.13%)
Mutual labels:  cakephp, php-server
repair
ระบบบันทึกข้อมูลงานซ่อม
Stars: ✭ 24 (-22.58%)
Mutual labels:  php-framework
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+77.42%)
Mutual labels:  laravel-application
docker-laravel-vuejs
🌟 🎯 📰 Dockerized Blog + Forum + REST API + App using Laravel, Vue.js
Stars: ✭ 27 (-12.9%)
Mutual labels:  laravel-application
KikimR
KikimR the fast PHP micro-framework
Stars: ✭ 13 (-58.06%)
Mutual labels:  micro-framework
laravel-booking-app
Laravel based application used to book rooms and bookings and manage bookings and clients. For now this is a basic booking management system for hotels.
Stars: ✭ 63 (+103.23%)
Mutual labels:  laravel-application
cakephp-shim
CakePHP plugin to "shim" functionality up and down for major versions of the framework.
Stars: ✭ 37 (+19.35%)
Mutual labels:  cakephp
founder
Laravel starter application
Stars: ✭ 47 (+51.61%)
Mutual labels:  laravel-application
charcoal-app
Slim-based application (modules, routes / controllers and middlewares)
Stars: ✭ 13 (-58.06%)
Mutual labels:  slim
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (+41.94%)
Mutual labels:  laravel-application
Mind
Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code frameworks.
Stars: ✭ 30 (-3.23%)
Mutual labels:  php-framework
HFUT ChemLab
A Laravel application for HFUT Chemistry lab learning and exam system.
Stars: ✭ 65 (+109.68%)
Mutual labels:  laravel-application
slim-boilerplate
A PHP boilerplate,for a fast API prototyping based on Slim Framework, for start projects with Eloquent ORM, Validation, Auth (JWT), Repositories and Transformers ready
Stars: ✭ 58 (+87.1%)
Mutual labels:  slim
php-interview-questions
PHP Basics ( v8.x )
Stars: ✭ 192 (+519.35%)
Mutual labels:  php-framework

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

Installation

There are two ways to install RawPHP:

  • The first way, (recommended) is to use Composer 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 .

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.

Facebook Group

RawPHP Framework on Facebook

Mailing List

Join this mailing list

Tests

To execute the test suite, you'll need phpunit.

$ 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 . Enjoy.

Documentation

Below is the link to the documentation and tutorials

Contributing

If you make any tutorial on RawPHP, please report it as an issue so we can add it to one of the resources.

Please see CONTRIBUTING 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 for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].