magnASCII.dev Simone Magnaschi
Senior Full Stack Web Dev
Bookmarks tagged with #php.
Show all

How We Engineered CMS Airship to be Simply Secure - Paragon Initiative Enterprises Blog

A deep dive into the security engineering decisions that went into CMS Airship. A lot of the decisions we made are subtle.
Tags: #php #security
Saved on: 2017-03-20

phpflo/phpflo: Flow-based programming for PHP

Flow-based programming for PHP
Saved on: 2017-03-18

Using Repository Pattern in Laravel 5 - Bosnadev - Code Factory

Implementation of Repository Pattern in Laravel means separations of the data access logic from the business logic. Communication between the data access
Tags: #php #laravel
Saved on: 2017-03-03

Migrating a PHP 5 App to PHP 7 (Tools & Implementation) - Part 3

Let's go through migrating a simple PHP 5 app to PHP 7 and also the tools that will help to make the process painless!
Tags: #php
Saved on: 2017-02-09

Secure Headers for PHP

Recently I've been working on a drop in class to manage certain "Secure Headers" in PHP.
Saved on: 2017-01-08

Opulence | PHP Framework

A simple, secure, and scalable MVC framework for PHP 7
Saved on: 2016-12-06

Setting Up and Deploying a Modern PHP Application - via @codeship | via @co

Master PHP application deployment with our comprehensive guide. Implement modern tools and best practices for scalable, efficient web apps today!
Saved on: 2016-12-01

Mutation Testing – Check the quality of your unit tests | Blog Eleven Labs

It is well established : unit tests are mandatory when developing an application. They allow to highlight possible regressions when code is modified, so the developer gets a certain confidence when shipping his code to production : If tests do pass, everything works correctly.
Saved on: 2016-10-22

A First Look at Atlas - the ORM That Delivers

Read ORM in Ruby: An Introduction and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Saved on: 2016-10-18

PHP - The Wrong Way

This website has been created in an attempt to present a pragmatic view on PHP programming. A view dictated by experience and practical consequence rather than popular trends, theory, or academic dogma.
Saved on: 2016-08-19

Symfony Components in a Legacy PHP application

A set of snippets showing you how to integrate Symfony Components (Routing, Forms, Validation, DependencyInjection, VarDumper, ..) in a Legacy PHP application
Saved on: 2016-07-09

Do PHP and IoT Have a Future Together?

Our intro post to the world of IoT and PHP - a list of resources to get started with, and sites to buy electronic components from!
Saved on: 2016-07-05

GraphQL with PHP and the Symfony Framework

Diese Domain steht zum Verkauf!
Saved on: 2016-06-10

Video - AtlantaPHP

Video recordings of AtlantaPHP presentations.
Saved on: 2016-05-25

An Intro to Bedrock for WordPress | CSS-Tricks

The following is a guest post by Alessandro Vendruscolo, who wrote to me excited to write a guest post about a WordPress tool that I didn't know much about:
Saved on: 2016-05-18

Solve All Your Cryptography Problems in 3 Easy Steps - Paragon Initiative E

A layman's introduction to using Halite, our libsodium wrapper
Saved on: 2016-05-12

Towards CQRS, Command Bus — Loïc Faugeron — Technical Blog

Technical articles about Symfony and TDD
Saved on: 2016-05-12

Swader/nofw: A no-framework application skeleton

A no-framework application skeleton
Saved on: 2016-03-29

How To Automate PHP App Deployment Process Using Capistrano On Ubuntu 13 |

In this DigitalOcean article, following up on our Capistrano Automation Tool Series, we will see how to introduce another little framework (or tool), this time to help you with pushing your code to your servers without dealing with SFTP file managers – automatically!
Saved on: 2016-03-25

Pulse CMS - Manage Content, Simply.

Turn your existing beautiful web pages into editable online pages with Pulse.
Tags: #tools #php
Saved on: 2016-03-24

Grav - A Modern Flat-File CMS | Grav

Grav is a Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS.
Saved on: 2016-03-24

One Login To Rule them All - Seamless and Secure Cross-Domain Authenticatio

How to authenticate a user on multiple domains without violating the Same Origin Policy.
Saved on: 2016-03-08

php-circuit-breaker/README.md at master · ejsmont-artur/php-circuit-breaker

PHP implementation of circuit breaker pattern
Saved on: 2016-02-26

(The only proper) PDO tutorial

There are many tutorials on PDO already, but unfortunately, most of them fail to explain the real benefits of PDO, or even promote rather bad practices. The only two exceptions are [phptherightway.com](http://www.phptherightway.com/#pdo_extension) and [hashphp.org](http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers), but they miss a lot of important information. As a result, half of PDO's features remain in obscurity and are almost never used by PHP developers, who, as a result, are constantly trying to reinvent the wheel which *already exists in PDO.*
Saved on: 2016-02-22

jarves/jarves: Jarves CMS/Application Framework based on Symfony - Alpha material

Jarves CMS/Application Framework based on Symfony - Alpha material - jarves/jarves
Saved on: 2016-02-21

symfony.fi

Diese Domain steht zum Verkauf!
Saved on: 2016-02-12

Install Blackfire on Debian/Ubuntu

Install Blackfire on Debian/Ubuntu. GitHub Gist: instantly share code, notes, and snippets.
Saved on: 2016-02-12

PHP Versions

Learn which versions of PHP are available on different web hosting providers, so you can make informed decisions.
Saved on: 2016-02-11

Video and slides of the 3th PHP Antwerp meetup | freek.dev

Yesterday our local user group, PHP Antwerp, held it's third meetup. There were two excellent speakers and a bunch of familiar faces. First up was Gabriel Somoza who talked about his project Baleen. It's goal is to provide an intuitive framework to migrate almost anything. You can view his slides on Speakerdeck. The second speaker was Marco Pivetta, better known on the interwebs as Ocramius. He is a member of the Doctrine core team. His talk was about best practices when using Doctrine. His slides can be found on GitHub. Here's the video of the talk: https://youtu.be/j4nS_dGxxs8?t=6m44s Spatie, of which I'm a partner, sponsored the meetup. Before Marco's talk I got the opportunity to talk a bit myself about why my company is sponsoring the local user group. My short talk can be viewed on YouTube. The organisers announced that the next meetup will be held at the end of March. If you're living in the vicinity of Antwerp, you should definitely attend.
Saved on: 2016-02-07

token-bucket/README.md at master · bandwidth-throttle/token-bucket

Implementation of the Token Bucket algorithm in PHP. - bandwidth-throttle/token-bucket
Saved on: 2016-02-02

Embed/README.md at master · php-embed/Embed

Get info from any web service or page
Saved on: 2016-01-28

Deployer - The deployment tool for PHP | Deployer

Deployer is a tool for deploying PHP applications to a remote server.
Saved on: 2016-01-23

Programming guidelines - Part 1: Reducing complexity

PHP is pretty much a freestyle programming language. It is dynamic and quite forgiving towards the programmer.
Saved on: 2016-01-11

pramda/README.md at master · kapolos/pramda

Practical Functional Programming in PHP
Saved on: 2016-01-02

PHPNW15: James Mallison - Dependency Injection and Dependency Inversion in

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Saved on: 2015-12-21

Slevomat Coding Standard — Medium

Every developer team should have a good infrastructure providing and enforcing consistent output of each team member at their fingertips. Coding standard is one of many things holding a project…
Saved on: 2015-12-21

ErikvdVen/php-gif

Easy generating (real-time) GIF images with PHP
Saved on: 2015-12-20

cartographer/README.md at master · tackk/cartographer

A PHP sitemap generation tool
Saved on: 2015-12-20

New Composer Patterns | Jordi's Ramblings

Here is a short update on some nice little features that have become available in the last few months in Composer. Checking dependencies for bad patterns You may know about the composer validate command, but did you know about its new --with-dependencies / -A flag? It lets you validate both your project and all your dependencies at once! This is qu...
Saved on: 2015-12-19

ncaroyannis/vagrant-php7

Vagrant config for PHP 7 / 5.6, Debian 8, Apache, Nginx, MySQL 5.7 - ncaroyannis/vagrant-php7
Saved on: 2015-12-17

School Messenger’s Bill Karwin talks with Cloudways

Bill Karwin talks about the importance of Databases with respect software engineering and how to choose the best Database for your liking.
Saved on: 2015-12-15

phanan/koel

Music streaming solution that works
Saved on: 2015-12-14

Roave/SecurityAdvisories: :closed_lock_with_key: Security advisories as a simple composer exclusion list, updated daily

:closed_lock_with_key: Security advisories as a simple composer exclusion list, updated daily - Roave/SecurityAdvisories
Saved on: 2015-12-10

analogic/lescript

Simplified PHP ACME client
Saved on: 2015-12-10

funct/README.md at master · phpfunct/funct

A PHP library with commonly used code blocks
Saved on: 2015-12-04

php[architect] - YouTube

PHP Architect is a company dedicated to providing educational material to the PHP programming community. PHP is the most popular programming language in the world, and it currently powers over 80% of all websites! We started in 2002 as a monthly magazine, which we still continue to produce, but over time, we've added books, online training, cool swag, and conferences to our lineup. This channel will feature educational videos about PHP as well as video recordings from our conferences.
Saved on: 2015-11-24

symfony.fi

Diese Domain steht zum Verkauf!
Saved on: 2015-11-19

New in Symfony 2.8: Symfony as a Microframework (Symfony Blog)

Symfony 2.8 introduces a new microkernel trait which enables to use Symfony as a microframework. This will greatly simplify the creation of single-file (or just smaller) Symfony applications.
Saved on: 2015-11-19

Build your own PHP Framework with Symfony Components

Learn how to combine various independent Symfony components to build your own PHP framework
Tags: #php
Saved on: 2015-11-17

PHP-DI - The Dependency Injection Container for humans

PHP-DI is a Dependency Injection Container for PHP that intends to be practical and powerful.
Saved on: 2015-11-15

PHPloy - Deploy Git Repos Easily through FTP/sFTP

Let me ask you a question: How mad do you get when you have to remember which files you edited and select them on FileZilla to upload to the server? That's right - very mad. And sometimes you just upload the whole project because you don't remember what you edited. I have four words for that: "Been there; done that".
Saved on: 2015-11-01

Validate

Saved on: 2015-10-30

coduo/php-humanizer: Humanize values that are readable only for developers.

Humanize values that are readable only for developers. - coduo/php-humanizer
Saved on: 2015-10-28

getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony - getgrav/grav
Saved on: 2015-10-28

DiDOM/README.md at master · Imangazaliev/DiDOM

Simple and fast HTML and XML parser
Saved on: 2015-10-24

Getting Started with Aerys WebSockets

Modern web technology lets us create real time apps within the users browser. WebSockets make this communication dead simple, but traditionally, we couldn’t really write performant WebSocket apps in PHP, because of the single request / response model.
Saved on: 2015-10-20

git-hooks-php/README.md at master · BernardoSilva/git-hooks-php

git-hook package that uses pre-commit for PHP projects. - BernardoSilva/git-hooks-php
Tags: #tools #php #git
Saved on: 2015-10-20

SEO-Helper/README.md at master · ARCANEDEV/SEO-Helper

:mag: SEO Helper is a package that provides tools and helpers for SEO (Search Engine Optimization). - ARCANEDEV/SEO-Helper
Saved on: 2015-10-18

awesome-slim/README.md at master · xssc/awesome-slim

A curated list of awesome tutorials and other resources for the Slim micro framework - xssc/awesome-slim
Saved on: 2015-10-18

awesome-symfony/README.md at master · sitepoint-editors/awesome-symfony

A list of awesome Symfony bundles, utilities and resources. - sitepoint-editors/awesome-symfony
Saved on: 2015-10-13

Alejandro Gervasio, Author at SitePoint

Alejandro Gervasio is a senior System Analyst from Argentina who has been involved in software development since the mid-80's. He has more than 12 years of experience in PHP development, 10 years in Java Programming, Object-Oriented Design, and most of the client-side technologies available out there.
Saved on: 2015-10-10

Decouple from Frameworks

Technical articles about Symfony and TDD
Saved on: 2015-10-05

PHP Environment Setup

Saved on: 2015-10-03

swivel/README.md at master · zumba/swivel

Strategy driven, segmented feature toggles
Saved on: 2015-09-18
❤️
</>
2026