All Projects → originphp → framework

originphp / framework

Licence: MIT license
A PHP framework for rapidly building web applications.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to framework

AspNetCoreMvcAngular
ASP.NET Core MVC with angular in MVC View OpenID Connect Hybrid Flow
Stars: ✭ 54 (+12.5%)
Mutual labels:  mvc
soosyze
🌠 Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily. https://soosyze.com
Stars: ✭ 39 (-18.75%)
Mutual labels:  mvc
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+258.33%)
Mutual labels:  mvc
laravel-survey
Laravel 6 survey app.
Stars: ✭ 39 (-18.75%)
Mutual labels:  phpunit
spring-web-initializr
Spring Web Initializr is a library that helps you easily create Web Apps with Spring Boot.
Stars: ✭ 16 (-66.67%)
Mutual labels:  mvc
flutter-view
Create flutter view widgets using pug and sass
Stars: ✭ 128 (+166.67%)
Mutual labels:  mvc
puremvc-delphi-standard-framework
A Delphi implementation of PureMVC (http://puremvc.org/)
Stars: ✭ 44 (-8.33%)
Mutual labels:  mvc
core
Enterprise Grade #NodeJS Platform implementing Industry Standards & Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance
Stars: ✭ 54 (+12.5%)
Mutual labels:  mvc
php.autotest
autotest for php written in php
Stars: ✭ 19 (-60.42%)
Mutual labels:  phpunit
RxMVC-Swift
Unidirectional MVC with ReactiveX
Stars: ✭ 87 (+81.25%)
Mutual labels:  mvc
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-54.17%)
Mutual labels:  mvc
phpunit-randomizer
A PHPUnit extension that allows you to execute your test cases in a random order
Stars: ✭ 52 (+8.33%)
Mutual labels:  phpunit
Social-Network
Twitter like Social network written in ASP.NET MVC5
Stars: ✭ 23 (-52.08%)
Mutual labels:  mvc
RouteManager
iOS模块化,模块间解耦,路由中心设计
Stars: ✭ 45 (-6.25%)
Mutual labels:  mvc
CRUD-MVC-PHP
Crud em MVC e PHP
Stars: ✭ 61 (+27.08%)
Mutual labels:  mvc
auction-website
🏷️ An e-commerce marketplace template. An online auction and shopping website for buying and selling a wide variety of goods and services worldwide.
Stars: ✭ 44 (-8.33%)
Mutual labels:  mvc
uJet
Umbraco Jet (uJet) is a Code First approach to building MVC applications in Umbraco 7.
Stars: ✭ 16 (-66.67%)
Mutual labels:  mvc
phpunit-mink
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
Stars: ✭ 71 (+47.92%)
Mutual labels:  phpunit
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (+10.42%)
Mutual labels:  mvc
jerrycurl
Razor-powered ORM for .NET
Stars: ✭ 35 (-27.08%)
Mutual labels:  mvc

OriginPHP Framework

license build coverage memory

OriginPHP is a MVC web application framework for PHP developers designed to be fast, easy to use (and learn) and highly scalable. It is modeled upon CakePHP and Ruby On Rails (Which CakePHP was modeled upon). It comes with a Dockerized development environment.

Features

  • ORM database with support for MySQL, Postgres & SQLite.
  • Caching that supports APCu, Redis, Memcache and File based cache.
  • Web Applications using MVC pattern
  • Console Applications and Commands
  • Caching concern which caches all the database results for your web application
  • Middleware (Firewall,IDS,Throttle and Profiler)
  • Migrations - update your database using migrations
  • Code Generation and scaffolding
  • Integration Testing for Web Applications and Console Commands
  • Queue System for background jobs, with both Database and Redis engines
  • Form helper
  • Date,time,and number formating,validation and delocalization support
  • Internationalization (I18n)
  • Manage events using the Publisher Pattern
  • Http utility for making get,post,patch,put and delete requests
  • Yaml reading and writing
  • CSV reading and writing
  • XML reading and writing
  • Html parsing and converting
  • Markdown parsing and converting
  • Storage system which supports local disk, FTP, SFTP, S3 and ZIP.
  • Service Objects
  • Repositories
  • Query Objects
  • Send Email using SMTP with support OAUTH2
  • Mailboxes - receive and process emails using piping, IMAP or POP3.
  • Collections
  • and much more

See the documentation to find out more. If you want to help contribute make this even better then I would love to hear from you.

Testing

Download the source code

$ git clone https://github.com/originphp/framework.git originphp

Run composer install

$ cd originphp
$ composer install

Rename the phpunit.xml.dist and edit the settings for the database connection and other services.

Create two databases origin_test and origin which are used by testing.

Then run PHPUnit

$ vendor/bin/phpunit

You can send an email to [email protected].

Jamiel Sharief

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].