yet.another.linux-nerd.com
Olivier Garcia is yet another linux nerd
http://yet.another.linux-nerd.com/blog/create-a-simple-phar-command-line-project-based-on-symfony-components
Hello, my name is. Yet another Linux nerd. Full stack d(ev ad). Create a PHAR out of a CLI based SF2 app. Let’s say we have to create a small mailer - a dummy one without error handling or proper modeling - to send new year whishes through Gmail SMTP. We’ll need :. Interactions, handled by symfony/console. A template solution, provided by twig. MIME emailing, done by swiftmailer. A HTML mail template and we’ll use the Ink. Responsive one done by the fine folks of Zurb. A Gmail account and its password.
dpb587.me
Sending Work from a Web Application to Desktop Applications – Danny Berger
https://dpb587.me/blog/2015/02/21/sending-work-from-a-web-application-to-desktop-applications.html
Sending Work from a Web Application to Desktop Applications. Saturday, February 21, 2015. I prefer working on the web application side of things, but there are frequently tasks that need to be automated outside the context of a browser and server. For TLE. There’s a physical shop where inventory, order, and shipping tasks need to happen, and those tasks revolve around web-based systems of one form or another. To help unify and simplify things for the staff (aka elves. Evolution of a bot. A desktop applic...
edu.williamdurand.fr
Advanced OOP
http://edu.williamdurand.fr/php-slides/isima.html
PhD / CTO TailorDev. Graduated from IUT, ISIMA, Blaise Pascal University. Worked at:. Clermont-Fd, France);. Zürich, Switzerland);. Paris, France);. Lead developer of Geocoder. And several other projects. PHP: Hypertext Preprocessor, The PHP Syntax, The PHP Command Line, Client/Server, REST. Autoloading, Leveraging PHP APIs, Dependency Management, Model View Controller. Databases, Sessions, Authentication. Created by Rasmus Lerdorf. 4th language on GitHub ( August 2015. 6th language in the world ( TIOBE.
edu.williamdurand.fr
PHP
http://edu.williamdurand.fr/php-slides/index.html
PhD / CTO TailorDev. Graduated from IUT, ISIMA, Blaise Pascal University. Worked at:. Clermont-Fd, France);. Zürich, Switzerland);. Paris, France);. Lead developer of Geocoder. And several other projects. PHP: Hypertext Preprocessor, The PHP Syntax, The PHP Command Line, Client/Server, REST. Autoloading, Leveraging PHP APIs, Dependency Management, Model View Controller. Sessions, Authentication, Writing Better Code, Testing, Awesome Projects, Embracing Open Source. Created by Rasmus Lerdorf. Http:/ php&#...
threedevsandamaybe.com
Easy Like Sunday Morning - Three Devs and a Maybe
http://threedevsandamaybe.com/easy-like-sunday-morning
Three Devs and a Maybe. Weekly discussion podcast on all things web development. Topics range from daily developer life, PHP, frameworks, testing, good software design and our experiences using many other programming languages. Professional Web Developer, currently studying a MsC in Advanced Computer Science. Web Developer. Rowing across the Pacific in June. Ex professional golfer, now full time web developer. Software Developer, NBA junkie, Podcast addict. Easy Like Sunday Morning. Ultra Fibre Optic York.
hasin.me
January 2014 – The Storyteller
https://hasin.me/2014/01
Rise of the machines…. January 27, 2014. January 27, 2014. Automated Rsync – without compromising security. Before continuing, let’s name our two machines. The one which should be backed up, lets name that Workstation. And the one which is storing the backups is BackupServer. Also for now, let’s assume that you are backing up complete “/var/www” folder in the WorkStation. Step 1: Create SSH key in the BackupServer. It will prompt for a passphrase, REMEMBER to just hit the enter without typing anything.
segmentfault.com
使用phar上线你的代码包 - 程序员就要好好玩 - SegmentFault
https://segmentfault.com/a/1190000002166235
注册 · 登录. 在我前一阵子写的一篇文章 新版 SegmentFault 重构之系统架构. 存放主要的逻辑代码,比如controller, model, service 等等. 存放的是静态文件,比如js, css, 图片等等,这个目录需要你单独部署,我们的phar包里不会打包里面的内容,放在这里只是为了完整地展示一个项目结构. Rename('Sample.phar', 'Sample.' . date('Ymd.His') . '.phar');. Sample.20141111.123456.phar. Require DIR . '/./packages/Sample.20141111.123456.phar';. Install PHP Composer In Ubuntu. 2 收藏,2.3k 浏览. If ( php 5.5 &! Get extension funcs('opcache') {/ code.}. 协议 导致phar包里,不能用 realpath 判断路径信息. 如果用的是composer的项目可以试试box http:/ box-project.org/.
pablogodel.com
Creating PHAR files with Box | PabloGodel.com
https://www.pablogodel.com/2014/09/07/creating-phar-files-with-box
Darr; Skip to Main Content. Interesting bits about PHP, Symfony, AngularJS and All Things DevOps. Creating PHAR files with Box. Creating PHAR files with Box. September 7, 2014. No Comments ↓. PHAR files are the “executable”‘s of the PHP world. It allows you to create a package of your application for easy delivery. The most popular projects providing PHAR files are PHPUnit. But there are many more, and if you have a project that contains command line tools, you should too. Create a PHAR compiler. Symfony...