Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddiejaoude/php-useful-resources

PHP useful resources - Designed to be Objective...from Blogs, Framework agnostic libraries/tools etc..
https://github.com/eddiejaoude/php-useful-resources

Last synced: 2 months ago
JSON representation

PHP useful resources - Designed to be Objective...from Blogs, Framework agnostic libraries/tools etc..

Awesome Lists containing this project

README

        

[![DashboardHub Badge](http://badge.dashboardhub.io/badge/552f7dcdcaeb17.39567168 "DashboardHub Badge")](http://pipeline.dashboardhub.io/d/552f7dcdcaeb17.39567168)
[![DashboardHub Badge](http://badge.dashboardhub.io/badge/views/552f7dcdcaeb17.39567168 "DashboardHub Badge")](http://pipeline.dashboardhub.io/d/552f7dcdcaeb17.39567168)

# PHP Useful Resources

PHP useful resources - Designed to be Objective...from Blogs, Framework agnostic libraries/tools etc..

There are a lot of information out there. But what are the best ones? Many are now *out-of-date* too. The aim & design of this repository is to keep an *up-to-date* list of important, useful & must know for every PHP developer, maintained by **YOU**!

---

##Checklist

* [Checklist before project start](project-start-checklist.md)
* [Checklist before launch](online-checklist.md)

## Core

#### Specification

* [PHP Language Specification](https://github.com/php/php-langspec)
* [PHP Framework Interop Group](http://www.php-fig.org)

#### Documentation

* [Read the Docs](https://readthedocs.org)
* [PHP Manual](https://php.net/manual/en/index.php)
* [PHP the right way](http://www.phptherightway.com)

## Useful Resources

* [Articles](articles.md)
* [PHP watch by phptodayorg](https://github.com/phptodayorg/php-must-watch)
* [Podcasts](/podcasts.md)

## Contents

* [PHP MVC Frameworks](/frameworks.md)
* [Middleware](/middleware.md)
* [Design Patterns](/design-patterns.md) with PHP examples
* [Restful Web Services](/restful-services.md)
* [Web Scraping](/web-scraping.md)
* [Security](/security.md)
* [Email](/email.md)
* [Performance](/performance.md)
* [Testing](/testing.md) (Unit Testing, Integration Testing, Behavioural Testing, End-to-End Testing...)
* [Package Manager](/package-manager.md)
* [Documentation Generator](/documentation-generator.md)
* [Data Generator](/data-generator.md)
* [ORMs](/orms.md)
* [Templating](/templating.md)
* [PHP CI](/ci.md)
* [Dependency Injection](/di.md)
* [PHP Static Code Analysis](/static-code-analysis.md)
* [Conferences](/conferences.md)
* [Certification](/certification.md)
* [PHP IDEs](/ides.md)
* [PHP User Groups](/user-groups.md)
* [Environments](/environments.md) Local Development / Remote Hosting
* [Search](/search.md)
* [Machine Learning](/machine-learning.md)

---

## Contributions

Contributions are welcome. Please **Fork**, **Make Changes** & create a **Pull Request**

Use the following [template](_template.md) *(improvements welcome)*

Examples below from **Github** Help section:

* [Fork a Repo](https://help.github.com/articles/fork-a-repo)
* [Sync a Fork](https://help.github.com/articles/syncing-a-fork)
* [Create a Pull Request](https://help.github.com/articles/creating-a-pull-request)