Welcome to my website

Hi,
Laravel Profiler

Laravel Profiler

After a few years, I took the time to clean up the code of my Profiler and publish it on Github
https://github.com/onigoetz/profiler

Also available on packagist

It’s a simple profiler for Laravel4 able to provide you with precious informations about your code.

This version is still young, but should be quite stable.
7 panels are available for the moment :
  • Time : gives only the full page execution time for the moment, the idea is to provide a full breakdown of the different parts of the execution, like in the symfony profiler
  • Database : shows the queries and the bindings
  • Routes : lists the routes and highlights the matched route
  • Variables: dumps the GET/POST/FILES/COOKIES/Session/SERVER variables
  • Log: dumps the logs directly from monolog
  • Files: lists the loaded files
  • Bookmarklets: a few useful bookmarklets

I hope this package can help you profile your application.

June 8, 2013 0 comments Read More
Deployer on Github

Deployer on Github

Hi !

It’s been a really long time, (more than two years actually >_<)

I’ve been working very hard on my latest project : Youmewine if you live in Switzerland and like wine, you might be interested in what we do :D

 

So, back to my post.

Deployer is a tool that I made for youmewine, used to deploy my projects to my servers quickly and effortlessly

Its main objective is to have no software installed on the server. An SSH access is enough to make the script work!

You can check it out here : https://github.com/onigoetz/deployer

For the moment the only source it can handle is a git repository, but I can add more if needed or you can make a Pull Request ;-)

October 7, 2012 0 comments Read More
Update PEAR to the latest version

Update PEAR to the latest version

Debian is a very good distrib.

But sometimes it’s need of stability keeps us on old versions.

so here are the instructions to update PEAR php.


pear update-channels
pear upgrade-all

Done !

October 3, 2010 0 comments Read More
Update PHP to the latest version on Debian Lenny

Update PHP to the latest version on Debian Lenny

It’s easier than you think.

First you have to add the dotdeb packages to the /etc/apt/sources.list file


deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all

if you want the php 5.3 branch, add these lines instead


deb http://php53.dotdeb.org stable all
deb-src http://php53.dotdeb.org stable all

You have then to install the gpg keys :


gpg --keyserver keys.gnupg.net --recv-key 89DF5277
gpg -a --export 89DF5277 | sudo apt-key add -

(remove “sudo” if you’re already root)

Then do :


apt-get update
apt-get upgrade

Here you have, the latest PHP version (5.2.14 or 5.3.3 at this moment)

October 3, 2010 0 comments Read More
New hosted website

New hosted website

Even if it’s a website in my portfolio, I didn’t create it.
I host this website and help the webmaster from time to time.

October 1, 2010 0 comments Read More
New Theme for PHPDocumentor

New Theme for PHPDocumentor

This time my post will not be about my WPBB SSO plugin but about a template for PHPDocumentor.

Last week I installed a Continuous Integration server (What a pain ! After trying Cruise Control and Sonar, I can tell that Hudson is the best of the three) and in this process I had to install PHPDocumentor to generate my documentation.

As the base themes didn’t satisfy me, Ihad to look for other ones and I found two :

  1. http://zymengine.com/dev/news/30-phpdoc-extjs-converter-template
  2. http://evolve.crazytje.be/

The first one is pretty cool, based on the ExtJS library and really easy to use.

The second one is an evolution of the first one without frames (I hate frames) and this time coded with JQuery.

But the second version dropped the tabs…
Evolve 0.7 Screenshot
What my version offers :

  • Tabs, added with jQuery UI Tabs
  • Some icons used from Famfamfam’s Silk icons pack
  • New look, as a mac user … I like OS X design…
  • Cleaner interface

I didn’t add the ability to search like in the first version, but I will add it when I need it.

Download

Download
Downloaded 11031 times

The code is provided as is, I created it for my own use and publish it in case someone would need it. Enjoy ;-)

Install

To install it it’s easy. Unzip the folder and copy it to the phpDocumentor folders.
for me it was :

/usr/share/php/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/Evolve
/usr/share/php/data/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/Evolve

I had problems when I put the file only in one place.
Then to use simply type :

./phpdocumentor/phpdoc -d './phpdocumentor' -t '/var/www/html/docs/' -o HTML:Smarty/Evolve:default -s on

September 11, 2010 0 comments Read More
Last news on PHPBB Single Sign On

Last news on PHPBB Single Sign On

Hi to everybody !

It’s been a long time !

I just wanted to tell you all that I didn’t forget that many of you are waiting for new updates on my plugin “PHPBB Single Sign On”

I’m not here to tell you that there won’t be any new version !

But now, I’m on a very big project that will be released in beta version in august, and I’m the only developper on the project.

Just to give you an Idea of how big the project is, at the very beginning we started it with drupal. then we started to add all the plugins we needed : maps, geolocation, facebook connect … and BAM ! the www folder weighted … 100Mo !!!

for a web project, that is very big (on my advice)

But we took the decision to code it all by ourselves.

It’s a lot of work. but it’s a lot more optimized, and a great advantage is that I know EVERYTHING that is in my code !!!

Even if I like WordPress, And I use Drupal at work, I still prefer “Home Dev”.

So, I stop the parenthesis here.

That’s just to tell you that I will still be supporting my plugin in the future, and I hope one day to have the version 1.0 out !

(If someone wants to work with me on the plugin, send me a message through the contact form with your email, I would be happy to have someone else with me on this :D)

June 8, 2010 3 comments Read More
New Support Forum

New Support Forum

Hi to all,

Five Months ago, I published the PHPBB Signle Sign On Plugin.

It’s now time I use it on my own website.

As you may have noticed, I made a new design on the website for the occasion.

So now, Instead of sending me an email through the Contact form, or replying to a post.

You can directly post a new topic. isn’t it amazing ?

The reason it took me so long to publish this forum is because I had a conflict with a plugin.

I had to replace it by another plugin to make it work.

But now it’s waiting for your feedbacks ;-)

March 1, 2010 5 comments Read More
Hosting

Hosting

It’s official, Onigoetz.ch is doing web hosting now !

The server I use now has some free space and performace, so why not make it useful to everybody?

It’s in this idea in mind that we launch this hosting service.

The advantage over other services is that the scripts are executed with the server’s username (php-su) which guarantees the best security.

Most of the php functions are activated, although “mail()” is disabled for security reasons, but you can still send your e-mails through SMTP.

The e-mail part is provided by Google Apps (or any other external service if you want to)

The reasons of this chois are :

  • Best security
  • 7 Gigabytes per mailbox
  • Good Webmail
  • Mobile Sync (iPhone, Windows Mobile)
  • Imap / Pop3
  • Google Docs, Google Talk, Google Spreadsheets

The details of the offer is available on this page : http://www.onigoetz.ch/en/hosting/

The offer is as follows : there is a base offer with the possibility to add some space.

The first offer begins at 35 CHF/year with one gigabyte.

Then, every gigabyte is 5 CHF/year

for example : hosting with 5 gigabyte = 55 CHF/year

For the currency conversion, please check on the converter on the right.

February 11, 2010 0 comments Read More
New version of the Single Sign On Plugin

New version of the Single Sign On Plugin

Hi to all !

It’s been a long time !

I’ve been busy on an exciting project these days. I’ll tell you about it as soon as it is released.

But let’s talk about the main subject of this post : The new Single Sign On plugin !

This new 0.6 version took me many hours to get it to work.

The new functionnalities are :

  • Bugfix : Captcha problem if the user makes 3 errors in his password in phpbb (reported by Ramon Fincken http://www.ramonfincken.com/)
  • Bugfix : op_userexists function doesn’t exist (patch proposed by Brian Pan)
  • Bugfix : Blank user creation when logging in the first time from phpbb (Brian Pan tracked down the bug and I made the little fix)
  • Added options to the control Panel
  • Now Compatible with Onepress, totally new function names.

Again, the Control Panel was redesigned a bit.

Now You have the installation instructions that are integrated within the configuration panel.

When the module isn’t correctly configured, you have an information bar on the top of the admin. (like akismet)

So you won’t forget to configure it.

Some functions didn’t work correctly and there were a few glitches. Now it’s much better.

For the next version : Compatibility Tester

This function will check if all your plugins are compatible with phpbb.

And this, no matter if you created a new plugin yourself.

It’s a dynamic function that is not based on a static list.

    See you for the next version

    January 18, 2010 9 comments Read More