Skip to content

Plain PHP Application using pure Object Oriented Programming - OOP without any framework implementation.

License

Notifications You must be signed in to change notification settings

ahmetaydinn/blog-php-oop

Repository files navigation

blog

The intention of this project was to highlight Oriented Object Programming concepts and S.O.L.I.D principles (by Uncle Bob). Here we have many design patterns as:

  • Singleton;
  • Front Controller;
  • Model, View and Controller - MVC;
  • Factory Method;
  • Fluent Interface;
  • Dependency Injection;
  • Strategy;
  • Delegation;

On this project you also could realise how to deal with:

  • Sql Injection;
  • XSS attack;
  • Cross Site Request Forgery (CSRF) Attack

Views: HOME | LOGIN | CREATE POST

Installation

$ git clone https://github.com/victorfleite/blog-php-oop.git

Database script: https://github.com/victorfleite/blog-php-oop/tree/master/config/script/blog.sql

Restore the database using

mysql -p -u[user] blog < blog.sql

Run

http://localhost/blog/

Test

Acceptance Tests, Functional Tests and Unit Tests

$ ./vendor/bin/codecept run --steps

Author

Victor Leite - [email protected]

License

blog is available under the MIT license. See the LICENSE file for more info.

About

Plain PHP Application using pure Object Oriented Programming - OOP without any framework implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published