Custom work in PHP
I've done a lot of PHP work in the past and will likely continue to do a lot of PHP work for a long time. The type of work I normally do in PHP includes
- Utility shell scripts
- Payment method integration (iDEAL, Paypal, Creditcards)
- Invoice population and generation
- Custom content management
- General DataAccess layers
Lately I've been working on a custom framework that enables me to do very rapid website development for relatively simple websites that meets the following criteria
- XHTML 1.0 strict
- XSL based master template
- Tree structured pages
- MySql Backend
- Rich online page editor with styles.
- Tough security
I've done this in a fully object oriented manner, utilizing custom database design, minimalist coding style and completely ditching support for any version of PHP under 5.1 in favor of the much richer capabilities and higher performance of the newer PHP versions. I'm using PDO to access the backend, using a highly business entities to read from and write to the database to ensure safety against any SQL injection attack. All these high end features come at the price of requiring one of the latest PHP releases with DOM, PDO and XSLT. The things probably all performance and security conscious providers already have enabled by default.
If you want me do custom PHP work for you, and you have read and agree to the terms for custom work, please contact me via email and please include as much detail about the project as you can.