MenuScheduleSpeakers2018WebDevelopmentandUXConferenceSeptember19-212018,CopleyPlace,BostonWhoWeAreTheteamatNortheastPHPseekstopairwebdesignanddevelopmentdisciplinesinanuncommonconferenceformat.Conferencetrackscoverabroadselectionoftopicsrelvanttowebprofessionals.ThePHPtalksrangefromabeginner'sfirstdockerinstallationtoanadvancedlookatthelanguageinternals.TheUserExperienc...
SlimamicroframeworkforPHPSlimisaPHPmicroframeworkthathelpsyouquicklywritesimpleyetpowerfulwebapplicationsandAPIs.<?phpusePsr\Http\Message\ResponseInterfaceasResponse;usePsr\Http\Message\ServerRequestInterfaceasRequest;useSlim\Factory\AppFactory;require__DIR__.'/../vendor/autoload.php';$app=AppFactory::create();$app->get('/hello/{name}',function(Request$reque...
InstallthedebugbarusingComposer:{"require":{"maximebf/debugbar":"1.*"}}$phpcomposer.pharinstallTheDebugBarhastwoparts:themainDebugBarobjectwithdatacollectorsandtherenderer.Datacollectorsareobjectscollectingaspecificsetofdata.Tomakesthingseasy,theStandardDebugBarhasallthebuilt-incollectorsactivated.<?phpuseDebugBar\StandardDebugBar;$debugbar=newStandardDebugBar();$debugbarRe...