
At TurtleBytes, we create and upgrade web-based PHP software.
Our software is cross-platform, which means nothing has to be installed on computers or phones for usage!
We strive to deliver transparency and ease of access by using customized tools to fit every customer individually. In order to achieve transparency, a collection of configured tools are ready to be used by you, the client and our team from start to finish.
Using a combination of maintained projects like Laravel 4 & 5 and libraries like Laravel’s Former or beanstalk are great for queue management. When possible and logical, it is also good to use pre-build libs that are actively being maintained. This enables security patches, added features and style upgrades to be available more rapidly.
As a PHP developing company, we strive to deliver above and beyond what is expected at a reasonable rate.
These vary from collecting tasks to reporting work hours in real time, at any time requested. TurtleBytes makes Redmine available to clients for ease of access. This application allows reports to run for viewing work progress, current tasks, and even amount of work hours spent on a project!
We use our own tools, ideas, and software for every project.
We use Ubuntu as our OS and local Lamp Stack to develop. This enables changes to be tested while having no interference with live production. Lamp Stack setup time is not billable (Free!). We develop on our own Lamp Stack because we’ve personally customized it with many tools that help, like DEBUG. This allows breakpoints to be set so the code can be inspected for functionality and identifying variable values.

Linux Rename
Technology, Useful commandsuseful linux command rename
Implement dependency injection
PHPQuick notes on implementing dependency injection Most if not all PHP frameworks utilize dependency injection. Its allowing PHP to automate supplying function parameters. In my code example below in the class Test the function test requires the User class to be passed in as a parameter. Maybe you’ll want more things like Route or maybe […]
Experienced level MySQL commands
Blog, Mysql, Useful commands